home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu713.dms / pu713.adf / ManageCDPics / ReadMe < prev    next >
Text File  |  1994-08-08  |  3KB  |  109 lines

  1. Short: a program to manage all your pictures
  2. Type: disk/cdrom
  3. Author: m_hillen@informatik.uni-kl.de
  4.  
  5. A. Just a description how to configure the program:
  6.  
  7.    1. via ToolTypes:
  8.     GIF    = program to call for viewing GIF pictures
  9.     JPG    = program to call for viewing GIF pictures
  10.     OTHER  = program to call for viewing GIF pictures
  11.                  (%s will be replaced by the picture´s name)
  12.  
  13.    2. via ENV-variables
  14.     MCDPics_G = the same as GIF    in tooltypes
  15.     MCDPics_J = the same as JPG    in tooltypes
  16.     MCDPics_O = the same as OTHER  in tooltypes
  17.  
  18.    Every ENV-variable will overwrite the value of a tooltype, so you can even
  19.    configure the program if it is installed on a write-protected disk, i.e.
  20.    a CD-ROM.
  21.  
  22.  
  23. B. Format of the data files:
  24.  
  25.    1. All data files must be located in a subdirectory called 'CDS'.
  26.  
  27.    2. First you have to give the root of your path:
  28.  
  29.     ROOT
  30.         CD0:
  31.     END
  32.  
  33.       Note: Before CD0: you must enter a TAB, no space.
  34.  
  35.    3. Then you define the categories:
  36.  
  37.        CATEGORIES
  38.         xx
  39.         yy
  40.         ...
  41.     END
  42.  
  43.       Note: Before xx you must enter a TAB, no space.
  44.  
  45.    4. Then you must define the directory names belonging to every category:
  46.  
  47.           CALLS
  48.         xx-dir
  49.         yy-dir
  50.         ...
  51.     END
  52.  
  53.       Note: Before xx-dir you must enter a TAB, no space.
  54.  
  55.    5: Now you define the pictures for every category:
  56.  
  57.        xx-dir
  58.         pic1
  59.         description.1
  60.         pic2
  61.         description.2
  62.         ...
  63.     yy-dir
  64.         picx
  65.         description.x
  66.         picy
  67.         description.y
  68.         picz
  69.         description.z
  70.         ...
  71.  
  72.       Note: Before pic.. you must enter a TAB, no space.
  73.             You need not enter END here.
  74.  
  75.    Just have a look at the files in CDS, and you will understand how it 
  76.    works.
  77.  
  78.  
  79. C. Description of 'MakeNewDatabase'
  80.  
  81.    This tool allows you to easily create a new database for the program.
  82.    You  can scan directories which must be organized this way:
  83.  
  84.     1. All pictures must be placed in subdirectories.
  85.     2. only one depth of subdirs is allowed, a subdir of a subdir
  86.            won´t cause trouble, but no pics will be recognized.
  87.     3. All files must be pictures, other files are added too.
  88.  
  89.    Anyway you can try out the script; it will create something useful, or
  90.    you may throw it away and create your database by hand.
  91.  
  92.  
  93. D. The program DTShow
  94.  
  95.    This program uses datatypes.library to view pictures. You'll need OS3.0
  96.    and the monitor drivers 'SUPER72' and 'EURO72' and 'MULTISCAN' installed.
  97.    Special Feature: Small pics will be shown in the middle of a screen!!!
  98.  
  99.  
  100. D. My address:
  101.  
  102.     Markus Hillenbrand
  103.     Weserstraße 9
  104.     36124 Eichenzell-Löschenrod
  105.     GERMANY
  106.  
  107.     Tel.: 06659/3176 or 0631/99698
  108.  
  109.